InfoConnect API Guide
Attachmate.Reflection.WorkspaceSettings Namespace / InputMapAction Class / InputMapAction Constructor / InputMapAction Constructor(InputMapActionID,Object[])
The action type.
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.


In This Topic
InputMapAction Constructor(InputMapActionID,Object[])
In This Topic
Initializes a new instance of the InputMapAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal actionID As InputMapActionID, _
   ByVal parameters() As Object _
)
 
'Usage
 
Dim actionID As InputMapActionID
Dim parameters() As Object
 
Dim instance As New InputMapAction(actionID, parameters)

Parameters

actionID
The action type.
parameters
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
See Also